home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
14642
/
14642.xpi
/
chrome
/
content
/
import.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-10-01
|
1KB
|
30 lines
<?xml version="1.0"?>
<!-- Copyright 2009, Boomtango.com, All Rights Reserved -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css" ?>
<?xml-stylesheet href="chrome://boomtango/skin/bt.css" type="text/css" ?>
<!DOCTYPE page SYSTEM "chrome://boomtango/locale/bt.dtd">
<window id="boomtangoImport"
title="&import.title;"
onload="btimport.onLoad();"
style="background-color: white !important;"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<vbox>
<hbox>
<image id="logo" src="chrome://boomtango/skin/boomtangoandicon2.png" flex="0" />
<spacer flex="1" />
</hbox>
<description>&import.desc;</description>
<description>&import.desc2;</description>
<progressmeter mode="determined" id="prog" />
<hbox>
<spacer flex="1"/>
<button id="importbutton" label="&import.import;" oncommand="btimport.import();" />
<button id="closebutton" label="&import.cancel;" oncommand="btimport.close();" />
</hbox>
</vbox>
<script src="import.js" />
</window>